@charset "utf-8";
/* menu */

#nav {
	position:absolute;
	margin:0 auto;
	height: 70px;
	top: 167px;
	left: 0;
	right:0;
	background-image: linear-gradient( to right, #133667 0%, #125698 50%, #1a325e 100% );
}
#nav ul {
	margin: 0px;
	padding-left: 37px;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#nav ul li:first-child {
	width: 120px;
	margin-right: 40px;
	text-align: center;
}
#nav ul li a {
	padding: 0 10px 0 8px;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	display: block;
	height:70px;
	line-height: 66px;
	position: relative;
}
#nav ul li a img {
	vertical-align: 3px;
}

#nav ul li a:visited {
	background:#205aa7;
}
#nav ul li a:hover {
	background: #0a3a6c;
	color:#fff;
    _text-decoration:none;
}
#nav ul li:first-child a:hover {
	background: none;
}
#nav a.selected {
	background:#0a3a6c;
	color:#fff;
}

.navsubmenustyle {
	font: 13px/normal Verdana;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	font-size-adjust: none;
	font-stretch: normal;
	color:#131313;
}
.navsubmenustyle div {
	font: 13px/normal Verdana;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	font-size-adjust: none;
	font-stretch: normal;
}
.navsubmenustyle ul {
	margin: 0px;
	margin-top:3px;
	padding: 0px;
	border: 0px currentColor;
	left: 0px;
	top: 0px;
	list-style-type: none;
	position: absolute;
	margin-top:-1px;
	padding: 5px 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width:2px;
	*border-bottom-width:2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navsubmenustyle li a {
	padding: 4px 10px;
	min-width: 130px;
	color: black;
	text-decoration: none;
	display: block;
	width: auto !important;
	white-space:nowrap;
}
* html .navsubmenustyle li {
	width: 170px;
	display: inline-block;
}
.navsubmenustyle li a:hover {
	color:#fff;
	background: #ec2a97;
	_text-decoration: none;
}
.downarrowpointer {
	border: 0px currentColor;
	padding-left: 4px;
}
.rightarrowpointer {
	border: 0px currentColor;
	left: 100px;
	padding-top: 3px;
	position: absolute;
}
.ddiframeshim {
	border-width: 0px;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	z-index: 500;
}

.mattblackmenu ul {
	font: normal 12px/normal Verdana; margin: 0px; padding: 0px; overflow: hidden;  font-size-adjust: none; font-stretch: normal;
}
.mattblackmenu li {
	margin: 0px; display: inline;
}
.mattblackmenu li a {
	margin: 0px; padding: 6px 5px; color: #131313; text-decoration: none; float: left; display: block;
}
.mattblackmenu li a:visited {
	color:#131313;
}
.mattblackmenu li a:hover {
	color:#009cff;
}
.mattblackmenu a.selected {
	color:#009cff;
}

.ddsubmenustyle {
	font: 13px/normal Verdana;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	font-size-adjust: none;
	font-stretch: normal;
	color:#131313;
}
.ddsubmenustyle div {
	background: white;
	font: 13px/normal Verdana;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	font-size-adjust: none;
	font-stretch: normal;
}
.ddsubmenustyle ul {
	margin: 0px;
	margin-top:3px;
	padding: 0px;
	border: 0px currentColor;
	left: 0px;
	top: 0px;
	list-style-type: none;
	position: absolute;
	margin-top:-1px;
	padding: 5px 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width:2px;
	*border-bottom-width:2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.ddsubmenustyle li a {
	padding: 4px 10px;
	width: 140px;
	color: black;
	text-decoration: none;
	display: block;
}
* html .ddsubmenustyle li {
	width: 140px;
	display: inline-block;
}
.ddsubmenustyle li a:hover {
	color: white;
	background: #ec2a97;
}
.downarrowpointer {
	border: 0px currentColor;
	padding-left: 4px;
}

.rightarrowpointer {
	left: 100px;
	padding-top: 3px;
	position: absolute;
}
.ddiframeshim {
	border-width: 0px;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	z-index: 500;
}
#rightmenu {
	padding-top:6px;
    padding-right: 5px;
}
#rightmenu span{
	vertical-align:middle;
	margin-left:6px;
}
